home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cov11v2.zip / COVER11.DOC < prev    next >
Text File  |  1992-04-15  |  7KB  |  146 lines

  1.  
  2.     April 16, 1992
  3.    ----------------
  4.                                 COVER 11 !  V2.0
  5.                       (C) Copyright 1992 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.           A Solitaire Card Game for PcBoard , GAP and other systems.
  10.          ------------------------------------------------------------
  11.  
  12.    Welcome to the Cover 11 !  The game is fairly simple to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. Each pair of cards to be removed must total 11 in any 
  15.    suit. All face cards are blockers as they can't be removed from the
  16.    playing board. The play board consists of twelve cards. Removing the
  17.    pairs earns 20 points, with a bonus 200 points for using up the deck.
  18.    Scores are kept in a scores file in the registered version and the 
  19.    scores are rolled over the first of every month. Scores are kept
  20.    throughtout the month on an accumulated basis (daily totals added
  21.    all month long). Last month high scorer kept in score file. New in
  22.    version 2.0 is the abiltiy to play missed days (at the rate of 3 
  23.    makeup days per day).
  24.  
  25.    This door is written for BBSes that use 31-line DOOR.sys, PcBoard 11.8, 
  26.    PcBoard 14.+, Wildcat, RBBS/QBBS dorinfo1.def.
  27.  
  28.                                DISCLAIMER !!
  29.           This program and other files associated with it are not
  30.           guaranteed in any way. It is being provided "as is" without
  31.           any warrantee of any kind. We are not responsible for
  32.           any damage of any kind, including profit loses and data 
  33.           loss, that relates directly or indirectly to these programs
  34.           or files included with it.  You may distribute this program
  35.           as long as it is in unmodified form with all the original
  36.           files included and unmodified in any way.
  37.  
  38.                               Sample cfg file
  39.   
  40.   1   c:\pcb\pcboard.sys       <-- path and running system
  41.   2   The Parrot's Den BBS     <-- boards name
  42.   3   Bob                      <-- sysop first name
  43.   4   Poirier                  <-- sysop last name
  44.   5   0000000                  <-- Registration number
  45.   6   3                      * <-- Number of Games Users can play(1 to 7)
  46.   7   c:\pcb\gen\blt16       * <-- location of top 15 ascii bulletin     
  47.   8   c:\pcb\gen\blt16g      * <-- location of top 15 ANSI bulletin                      
  48.                                        (using @Xxx codes only)           
  49.                              * works in registered version only          
  50.            
  51.         (NOTE : if no bulletin desired type NONE for path in lines 7 & 8 )   
  52.                                                                          
  53.                         
  54.       Set up is simple enough. Unzip the files into their own directory
  55.      and make the COVER11.CFG file above. Make a batch file to run the door
  56.      as per the enclosed cover11.bat file. Make sure you have a copy of the
  57.      patched BRUN45.EXE in your path. If you use a converter program
  58.      include it in the batch file calling the door.
  59.                The command line is :  COVER11 COVER11.CFG
  60.      If you wish to run in local mode use the command line:
  61.                      COVER11 COVER11.CFG LOCAL
  62.    
  63.     
  64.     COVER11 !  Files Included:
  65.     --------------------------
  66.     COVER11.EXE  <---------------- Main program
  67.     COVER11.DOC  <---------------- What You are reading now
  68.     COVER11.CFG  <---------------- Sample Configuration File
  69.     REGISTER.DOC <---------------- Registration information
  70.     COVER11.BAT  <---------------- Sample batch file
  71.     
  72.     COVER11.DAT  <---------------- Created at run time by the door
  73.                                    for holding scores.
  74.  
  75.  
  76.    All of these files should be in this ZIP, if they are not, don't
  77.    take a chance! Call The Parrot's Den and get a good copy or view the 
  78.    file on a few local boards to see if you can find a complete copy.
  79.      
  80.    BRUN45.EXE (patched for DTR) is needed somewhere in your path
  81.    for this program to run. If you don't have a copy, call my board
  82.    and download one.
  83.    
  84.  
  85.    You will also need to modify your doors menu files and the data
  86.    level needed to access them. For GAP, these are respectively:
  87.    
  88.        DOORM
  89.        DOORMG
  90.        DOORS.DAT
  91.  
  92.    Please refer to your BBS documentation for details on 
  93.    setting up these files.
  94.  
  95.          Cover 11 will updtae the scores on the first of the month.
  96.    It will keep track of the last months High Scorer, and reset the
  97.    score file when the first user of the new month enters the door.
  98.    
  99.    Please read REGISTER.DOC for information on how you can register
  100.    your copy of COVER 11! . The bulletin generator and the option to
  101.    view scores while playing are only available in the registered
  102.    version of COVER 11.
  103.  
  104.  
  105.    Have Fun!
  106.    Bob Poirier
  107.    The  Parrot's Den BBS
  108.    508-765-9387
  109.  
  110.    History:
  111.    04/14/92
  112.           Added in routines allowing players to make up missed days
  113.           (Feature was added to make it easier for all players to be
  114.           more competitive by being able to play all days in a month).
  115.    01/04/92
  116.           Fixed minor prolem with score being showed incorrectly.
  117.           Redid layout and options when showing deck.
  118.           Speeded up layout of cards for slow modems.
  119.    12/11/91
  120.            Fixed the accumulated scoring to keep the scores.
  121.            Fixed routine to show final scores before writing files and
  122.            bulletins.
  123.            Redid shuffling routine to make sure no face cards show in
  124.            intial layout.
  125.    12/8/91
  126.            Fixed problem with viewing scores while in the door(regis ver)
  127.            Moved display to center cards on right side of screen.
  128.            Added update on scores being displayed at end of game.
  129.            Redid routine when completing a game using up the entire deck.
  130.    12/7/91        
  131.            Done with all beta testing. Version 1.0 Being released!
  132.            Fixed bug in new users score not being totaled or displayed
  133.            to the screen or file.
  134.            Final cosmetics done to playing cards (made the ten look like 10)
  135.    12/6/91   
  136.            Did opening Screen work and basic layout for cards.
  137.            Redid cards to fit into wider opening for layout.
  138.            Wrote routines for card verification.     
  139.            Added card check to shuffling routines
  140.            Added all numeric keys for movement
  141.            Began work on all scoring routines
  142.            Made major cosmetic changes
  143.    12/5/91
  144.            Original concept for game developed today.
  145.            Initial Beta Program written.
  146.